home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1191
/
1191.xpi
/
chrome
/
reminderfox.jar
/
content
/
reminderfox
/
searchbar
/
search-overlay.xul
< prev
Wrap
Extensible Markup Language
|
2009-07-30
|
2KB
|
49 lines
<?xml version="1.0"?>
<!-- CSS Files -->
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://reminderfox/skin/rmSearchBox.css" type="text/css"?>
<!-- DTD Files -->
<!DOCTYPE window
[
<!ENTITY % dtd1 SYSTEM "chrome://reminderfox/locale/reminderfox.dtd" > %dtd1;
]>
<!-- //gW Overlay to add "Reminder" search Item field +++ with spy glass +++ -->
<overlay
id="search-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<stringbundleset id="stringbundleset">
<stringbundle id="reminderFox-bundle"
src="chrome://reminderfox/locale/reminderfox.properties"/>
</stringbundleset>
<textbox id="rmSearchText" value="" class="rmSearchText"
onkeydown="rmOnSearchKeyPress(event);" onkeyup="rmOnSearchKeyUp(event);" onfocus="rmOnSearchFocus(event);">
<toolbarbutton id="qsChange" type="menu">
<menupopup id="quick-search-menupopup" value="2" persist="value"
popupalign="topleft"
popupanchor="bottomleft">
<!-- value: sets menuNo and internal js/XUL naming,
label: is used with dtd/UI -->
<menuitem value="0" label="&rf.add.reminders.column.description.label;" type="radio"
oncommand="rmChangeQuickSearchMode(this)"/>
<menuitem value="1" label="&rf.add.reminders.column.categories.label;" type="radio"
oncommand="rmChangeQuickSearchMode(this)"/>
<menuitem value="2" label="&rf.add.reminders.column.notes.label;" type="radio"
oncommand="rmChangeQuickSearchMode(this)"/>
<menuitem value="3" label="&rf.reminderoptions.location.header;" type="radio"
oncommand="rmChangeQuickSearchMode(this)"/>
</menupopup>
</toolbarbutton>
<text id="rmSearchItem" />
</textbox>
</overlay>